home *** CD-ROM | disk | FTP | other *** search
- object frmFormatLines: TfrmFormatLines
- Left = 375
- Top = 109
- Hint = 'Reformat Lines'
- HelpContext = 115
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Reformat Lines'
- ClientHeight = 169
- ClientWidth = 242
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 137
- Height = 153
- Shape = bsFrame
- end
- object lbl_edtLeftMargin: TEnhLabel
- Left = 16
- Top = 17
- Width = 56
- Height = 13
- Caption = '&Left Margin:'
- FocusControl = edtLeftMargin
- end
- object lbl_edtTextWidth: TEnhLabel
- Left = 16
- Top = 73
- Width = 55
- Height = 13
- Caption = 'Text &Width:'
- FocusControl = edtTextWidth
- end
- object edtLeftMargin: TLblEdit
- Left = 16
- Top = 32
- Width = 121
- Height = 21
- Hint = 'Size of left margin (measured in characters)'
- MaxLength = 5
- TabOrder = 0
- Text = '0'
- OnKeyPress = CheckKeyPress
- OnEdited = CheckInput
- LabelPos = lpTop
- LabelMargin = 2
- LabelComponent = lbl_edtLeftMargin
- LabelRelLeft = 0
- LabelRelTop = -15
- end
- object edtTextWidth: TLblEdit
- Left = 16
- Top = 88
- Width = 121
- Height = 21
- Hint = 'Text width in number of characters'
- MaxLength = 5
- TabOrder = 1
- Text = '0'
- OnKeyPress = CheckKeyPress
- OnEdited = CheckInput
- LabelPos = lpTop
- LabelMargin = 2
- LabelComponent = lbl_edtTextWidth
- LabelRelLeft = 0
- LabelRelTop = -15
- end
- object btnOk: TButton
- Left = 152
- Top = 104
- Width = 83
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object btnCancel: TButton
- Left = 152
- Top = 136
- Width = 83
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object cbxJustify: TCheckBox
- Left = 24
- Top = 128
- Width = 97
- Height = 17
- Hint = 'Text is justified on left and right margin'
- Caption = '&Justify Text'
- TabOrder = 2
- end
- end
-